バージョン

GetProperties(ITypeDescriptorContext,Object,Attribute[]) メソッド

指定したオブジェクトで定義されるプロパティを取得します。
シンタックス
'宣言
 
Public Overloads Overrides Function GetProperties( _
   ByVal context As ITypeDescriptorContext, _
   ByVal value As Object, _
   ByVal attributes() As Attribute _
) As PropertyDescriptorCollection
public override PropertyDescriptorCollection GetProperties( 
   ITypeDescriptorContext context,
   object value,
   Attribute[] attributes
)

パラメータ

context
プロパティを取得する値についてのコンテキスト情報を提供します。
value
プロパテイを取得するオブジェクト。
attributes
フィルターとして使用される属性のコレクション。

戻り値の型

指定した基準を満たした値にすべてのプロパティ定義を含む System.ComponentModel.PropertyDescriptorCollection
参照